home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle033104.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-25  |  19.6 KB  |  1,377 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. .libindex {
  31.     border-bottom: 1px solid #939393;
  32.     padding: 0 3px;
  33.     background-color: #DADADA;
  34.     margin: 0 1px;
  35.     }
  36.     
  37. /* html tags */
  38. th, td, ul, ol, li {
  39.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  40.     }
  41.         
  42. code, pre    {
  43.     color: #000;
  44.     font-family: monaco, "Courier New", courier, monospace;
  45.     font-size: 10px;
  46.     }
  47.  
  48.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  49.  
  50. * html code    {
  51.     font-size: 101%; 
  52.     }
  53.  
  54. * html pre {
  55.     font-size: 101%; 
  56.     }
  57.  
  58. h1    {
  59.     margin: 0 0 15px 0;
  60.     padding: 0;
  61.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  62.     color: #000;
  63.     }
  64.     
  65. h2    {
  66.     margin: 0 0 5px 0;
  67.     padding: 0;
  68.     font: bold 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  69.     color: #000;
  70.     }
  71.     
  72. p + h2 {
  73.     margin: 20px 0 5px 0;
  74.     }
  75.  
  76. ol + h2 {
  77.     margin: 20px 0 5px 0;
  78.     }
  79.  
  80. ul + h2 {
  81.     margin: 20px 0 5px 0;
  82.     }
  83.  
  84. h3    {
  85.     margin: 0;
  86.     padding: 0;
  87.     font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  88.     color: #000;
  89.     }
  90.  
  91. h3 + table {
  92.     margin: 5px 0 0 0;
  93.     }
  94.     
  95. h4    {
  96.     margin: 0;
  97.     padding: 0;
  98.     font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  99.     color: #666;
  100.     /*text-decoration: underline;*/
  101.     }
  102.     
  103. h3 + h4 {
  104.     margin: 10px 0 0;
  105.     }
  106.  
  107. h6    {
  108.     margin: 0;
  109.     padding: 0;
  110.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  111.     color: #000;
  112.     }
  113.  
  114. p    {
  115.     margin: 0 0 10px 0;
  116.     padding: 0;
  117.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  118.     color: #000;
  119.     }
  120.     
  121. th {
  122.     font-weight: bold;
  123.     text-align: left;
  124.     vertical-align: top;
  125.     }
  126.     
  127. form {
  128.     margin: 0;
  129.     }
  130.     
  131. button {
  132.     margin: 3px 0 10px 0;
  133.     }
  134.     
  135. /* lists */
  136. ul    {
  137.     padding-left: 10px;
  138.     margin-top: 0;
  139.     margin-left: 10px;
  140.     margin-bottom: 10px;
  141.     list-style-type: none;
  142.     }
  143.  
  144. li    {
  145.     margin-top: 3px;
  146.     }
  147.     
  148. ul li    {
  149.     padding-left: 10px;
  150.     background: url(/images/bullet.gif) no-repeat 0 3px;
  151.     }
  152.     
  153. ul ul {
  154.     margin-left: 20px;
  155.     }
  156.  
  157.     
  158. ul.compressed {
  159.     margin-top: -10px;
  160.     }
  161.     
  162. ul.compressed li {
  163.     margin-top: 0;
  164.     padding-left: 10px;
  165.     background: url(/images/bullet.gif) no-repeat 0 1px;
  166.     }
  167.  
  168. ul.marketing {
  169.     padding-left: 0;
  170.     margin: 0 0 10px 0;
  171.     list-style-type: none;
  172.     }
  173.     
  174. ul.marketing li    {
  175.     padding-left: 10px;
  176.     margin-top: 0;
  177.     margin-left: 0;
  178.     margin-bottom: 2px;
  179.     list-style-type: none;
  180.     font-size: 10px;
  181.     background: url(/images/bullet.gif) no-repeat 0 1px;
  182.  
  183.     }
  184.     
  185. ol {
  186.     margin: 0 0 10px 1.5em;
  187.     padding-left: 1.5em;
  188.     }
  189.  
  190. ul.inline, ol.inline, p.inline {
  191.     margin-top: -7px;
  192.     }
  193.     
  194. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  195.     margin-top: 0;
  196.     }
  197.  
  198. ol.faq li {
  199.     font-weight: bold;
  200.     }
  201.     
  202. ol.steps li {
  203.     font-weight: bold;
  204.     }
  205.     
  206.  ul.nav {
  207.     margin-top: 8px;
  208.     margin-bottom: 0;
  209.     }
  210.  
  211. ul.nav li {
  212.     margin-top: 4px;
  213.     padding-left: 0;
  214.     background: none;
  215.     }
  216.     
  217. /* images */
  218. .leftinline {
  219.     margin: 0 10px 5px 0;
  220.     }
  221.  
  222. .rightinline {
  223.     margin: 0 0 5px 10px;
  224.     }
  225.  
  226.  
  227. /* tables */
  228. .bumblebee {
  229.     border-top: 1px solid #919699;
  230.     border-left: 1px solid #919699;
  231.     border-right: 1px solid #919699;
  232.     }
  233.  
  234. .bumblebee td {
  235.     padding: 10px;
  236.     font-size: 10px;
  237.     }
  238.     
  239. .bumblebee th {
  240.     padding: 6px 10px 6px 10px;
  241.     font-size: 10px;
  242.     }
  243.  
  244. .bumblebee th {
  245.     background: #7E91A4;
  246.     color: #FFF;
  247.     }
  248.  
  249. .bumblebee td {
  250.     border-bottom: 1px solid #919699;
  251.     text-align: left;
  252.     vertical-align: top;
  253.     }
  254.  
  255. .bumblebeeblue {
  256.     background: #F0F5F9;
  257.     }
  258.  
  259. .bumblebeewhite {
  260.     background: #FFF;
  261.     }
  262.     
  263. .bumblebee .bumblebeeblue td.sortcolumn {
  264.     background: #DCE5EE;
  265.     }
  266.     
  267. .bumblebee .bumblebeewhite td.sortcolumn {
  268.     background: #F5F5F5;
  269.     }
  270.     
  271. .bumblebee th.sortcolumn {
  272.     background: #334455;
  273.     }
  274.     
  275. .bumblebeetop {
  276.     border-top: 1px solid #919699;
  277.     border-left: 1px solid #919699;
  278.     border-right: 1px solid #919699;
  279.     background: #E2E2E2;
  280.     }
  281.     
  282. .bumblebeetop td{
  283.     padding: 10px;
  284.     }
  285.  
  286. td.middle, th.middle {
  287.     vertical-align: middle;
  288.     }
  289.     
  290. td.top, th.top {
  291.     vertical-align: top;
  292.     }
  293.     
  294. td.bottom, th.bottom {
  295.     vertical-align: bottom;
  296.     }
  297.     
  298. td.center, th.center {
  299.     text-align: center;
  300.     }
  301.     
  302. td.right, th.right {
  303.     text-align: right;
  304.     }
  305.     
  306. .smalltable td p {
  307.     font-size: 11px;
  308.     }
  309.  
  310.     
  311. .graybox {
  312.     border-top: 1px solid #919699;
  313.     border-left: 1px solid #919699;
  314.     margin-bottom: 10px;
  315.     }
  316.     
  317. .graybox th {
  318.     padding: 4px 8px 4px 8px;
  319.     background: #E2E2E2;
  320.     font-size: 12px;
  321.     font-weight: bold;
  322.     border-bottom: 1px solid #919699;
  323.     border-right: 1px solid #919699;
  324.     }
  325.     
  326. .graybox td {
  327.     padding: 8px;
  328.     font-size: 12px;
  329.     text-align: left;
  330.     vertical-align: top;
  331.     border-bottom: 1px solid #919699;
  332.     border-right: 1px solid #919699;
  333.     }
  334.     
  335. .graybox table td {
  336.     border: none;
  337.     padding: 0;
  338.     vertical-align: middle;
  339.     }
  340.  
  341. .marketingbox {
  342.     width: 100%;
  343.     border: 1px solid #a1a5a9;
  344.     }
  345.  
  346. .marketingbox th {
  347.     padding: 4px 8px 4px 8px;
  348.     background: #C83808;
  349.     font-size: 12px;
  350.     font-weight: bold;
  351.     color: #FFF;
  352.     }
  353.  
  354. .marketingbox td {
  355.     padding: 8px 8px 0 8px;
  356.     text-align: left;
  357.     vertical-align: top;
  358.     }
  359.     
  360. .documentationtable {
  361.     border: none;
  362.     }
  363.  
  364. .documentationtable td {
  365.     border-bottom: 1px solid #919699;
  366.     text-align: left;
  367.     vertical-align: top;
  368.     padding: 5px 0 10px 0;
  369.     }
  370.     
  371. .documentationtable .bottom{
  372.     border: 0;
  373.     }
  374.         
  375. .businesstable {
  376.     border: none;
  377.     }
  378.  
  379. .businesstable td {
  380.     text-align: left;
  381.     font-size: 10px;
  382.     vertical-align: top;
  383.     padding: 5px 0 10px 0;
  384.     }
  385.     
  386. .documentationtable p {
  387.     font-size: 10px;
  388.     }
  389.  
  390.  
  391. /* rounded corner tables */
  392. .bigboxtop {
  393.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  394.     }
  395.  
  396. .bigboxleft {
  397.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  398.     }
  399.  
  400. .bigboxright {
  401.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  402.     }
  403.  
  404. .bigboxbottom {
  405.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  406.     }
  407.     
  408. .boxtop {
  409.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  410.     }
  411.  
  412. .boxleft {
  413.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  414.     }
  415.  
  416. .boxright {
  417.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  418.     }
  419.  
  420. .boxbottom {
  421.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  422.     }
  423.  
  424.  
  425. /* general classes */
  426. .contentpadding {
  427.     padding: 0 10px;
  428.     }
  429.     
  430. .smalltext {
  431.     font-size: 10px;
  432.     }
  433.     
  434. .blueheader {
  435.     color: #FFF;
  436.     background: #7E91A4;
  437.     padding: 3px 0 3px 7px;
  438.     }
  439.  
  440. .sourcecodebox {
  441.     border: 1px solid #c7cfd5;
  442.     background: #f1f5f9;
  443.     margin: 20px 0;
  444.     padding: 15px;
  445.     text-align: left;
  446.     }
  447.     
  448. .gray {
  449.     color: #787c7f;
  450.     }
  451.     
  452. #footnote h3, #footnote p {
  453.     color: #76797C;
  454.     font-size: 11px;
  455.     }
  456.  
  457. .footnote {
  458.     font-size: 11px;
  459.     color: #76797C;
  460.     }
  461.  
  462. /* forms */
  463. #forms input {
  464.     vertical-align: middle;
  465.     padding: 0;
  466.     margin: 0 0 5px 0;
  467.     }
  468.  
  469. #forms select {
  470.     vertical-align: middle;
  471.     padding: 0;
  472.     margin: 0 0 3px 0;
  473.     }
  474.  
  475. #forms .widefield, #advsearch .widefield {
  476.     width: 98%;
  477.     margin-bottom: 5px;
  478.     }
  479.  
  480. #forms .halffield {
  481.     width: 50%;
  482.     margin-bottom: 5px;
  483.     }
  484.  
  485. #forms .extraspace {
  486.     padding-bottom: 8px;
  487.     }
  488.  
  489. #forms .quarterfield {
  490.     width: 25%;
  491.     margin-bottom: 5px;
  492.     }
  493.     
  494. #forms .inputbutton, #advsearch .inputbutton {
  495.     margin: 5px 0 10px 0;
  496.     border: 0;
  497.     }
  498.     
  499. #forms .checkbox, #advsearch .checkbox {
  500.     margin: 0 5px 0 0;
  501.     vertical-align: baseline;
  502.     }
  503.     
  504. #forms .radio {
  505.     margin: 0 5px 0 0;
  506.     vertical-align: baseline;
  507.     }
  508.     
  509. #forms textarea {
  510.     margin: 0 0 10px 0;
  511.     width: 100%;
  512.     }
  513.     
  514. #forms p {
  515.     margin-top: 7px;
  516.     }
  517.     
  518. #forms .buttonlists {
  519.     line-height: 20px;
  520.     }
  521.     
  522. #forms .buttondescription {
  523.     line-height: 15px;
  524.     margin: -10px 10px 5px 20px;
  525.     font-size: 10px;
  526.     }
  527.  
  528.  
  529. /* header */
  530. #adcnavheader td {
  531.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  532.     }
  533.  
  534. #adcnavheader input {
  535.     margin: 0 3px 0 0;
  536.     padding: 0;
  537.     }
  538.  
  539. #adcnavheader .textpadding {
  540.     padding-top: 2px;
  541.     vertical-align: middle;
  542.     }
  543.     
  544. #adcnavheader .searchbutton {
  545.     border: 0;
  546.     }
  547.  
  548.  
  549. /* breadcrumb */
  550. #breadcrumb td {
  551.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  552.     }
  553.  
  554. #breadcrumb form {
  555.     margin: 0;
  556.     }
  557.     
  558. #breadcrumb select {
  559.     vertical-align:  middle;
  560.     }
  561.  
  562.  
  563. /* sidebar */
  564. #sidebar h2 {
  565.     font-size: 12px;
  566.     }
  567.     
  568. #sidebar h3, #sidebar h4 {
  569.     font-size: 12px;
  570.     }
  571.     
  572. #sidebar p, #sidebar ol, #sidebar ul {
  573.     font-size: 11px;
  574.     }
  575.  
  576. #sidebar ul {
  577.     margin-left: 0;
  578.     padding-left: 0;
  579.     }
  580.  
  581. #sidebar li {
  582.     font-size: 11px;
  583.     margin-top: 2px;
  584.     }
  585.     
  586. #sidebar ul.nav {
  587.     margin-top: 8px;
  588.     margin-bottom: 0;
  589.     }
  590.  
  591. #sidebar ul.nav li {
  592.     margin-top: 4px;
  593.     padding-left: 0;
  594.     background: none;
  595.     }
  596.  
  597. /* footer */
  598. #footer td, #footer p {
  599.     font-size: 10px;
  600.     }
  601.     
  602. .footerbreadcrumb {
  603.     font-size: 10px;
  604.     }
  605.  
  606. /* 404 page definitions*/
  607. #notfound h2 {
  608.     font-size: 12px;
  609.     }
  610.     
  611. #notfound h3, #notfound h4 {
  612.     font-size: 12px;
  613.     }
  614.     
  615. #notfound p, #notfound ul {
  616.     font-size: 10px;
  617.     }
  618.  
  619. #notfound ul {
  620.     margin: 0 0 15px 0;
  621.     padding-left: 0;
  622.     }
  623.  
  624. #notfound ul li {
  625.     font-size: 10px;
  626.     margin: 3px 0 0 0;
  627.     padding-left: 0;
  628.     background: none;
  629.     }
  630.     
  631. #notfound ul ul {
  632.     margin-top: 0;
  633.     }
  634.  
  635. #notfound ul ul li {
  636.     margin-left: 0;
  637.     padding-left: 10px;
  638.     background: url(/images/bullet.gif) no-repeat 0 2px;
  639.     }
  640.  
  641. li.sectionbreak {
  642.     margin-bottom: 15px;
  643.     }
  644.  
  645. /* advanced search */
  646. #advsearch h4 {
  647.     margin-bottom: 10px;
  648.     }
  649.     
  650. #advsearch p {
  651.     line-height: 20px;
  652.     }
  653.     
  654. /* contact page */
  655. .iconlinks td {
  656.     font-size: 11px;
  657.     }
  658.     
  659. /* search results */
  660. .boxtop7e91a4 {
  661.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  662.     }
  663.  
  664. .boxtopleft7e91a4 {
  665.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  666.     }
  667.  
  668. .boxtopright7e91a4 {
  669.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  670.     }
  671.  
  672. .boxbottom7e91a4 {
  673.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  674.     }
  675.  
  676. .filesize {
  677.     color: #7F8285;
  678.     }
  679.  
  680. .results th, .results td {
  681.     font-size: 12px;
  682.     color: #FFF;
  683.     background-color: #7e91a4;
  684.     }
  685.  
  686. .results a {
  687.     color: #FFF;
  688.     font-weight: bold;
  689.     }
  690.     
  691. .oddrow {
  692.     background-color: #ffffff;
  693.     }
  694.     
  695. .evenrow {
  696.     background-color: #f0f5f9;
  697.     }
  698.  
  699. /* software licensing descriptions */
  700. .swlleftrule {
  701.     border-left: 1px solid #A1A5A9;
  702.     padding-left: 10px;
  703.     padding-right: 10px;
  704.     }    
  705.  
  706. .swlsidebar {
  707.     padding-right: 10px;
  708.     }
  709.  
  710. /* narrative */
  711. #narrative blockquote {
  712.     margin: 0 20px 10px 20px;
  713.     color: #445C73;
  714.     }
  715.     
  716. #narrative .pullquote {
  717.     font-size: 17px;
  718.     padding: 8px;
  719.     background-color: #ECF2F8;
  720.     border: 1px solid #A1A5A9;
  721.     }
  722.     
  723. /* source code */
  724. #scdetails p {
  725.     line-height: 17px;
  726.     }
  727.     
  728. #scdetails select {
  729.     vertical-align: middle;
  730.     padding: 0;
  731.     margin: 0;
  732.     }
  733.     
  734. #scdetails input {
  735.     vertical-align: middle;
  736.     padding: 0;
  737.     margin: 0;
  738.     }
  739.  
  740.  
  741.  
  742. /* --------------- styles from before 12-01-2003 ---------------- */
  743.  
  744. /* home page */
  745. #articlehead {
  746.     font-weight: bold;
  747.     font-size: 12px;
  748.     color: #000; 
  749.     }
  750.  
  751. #linklisthead {
  752.     font-weight: bold;
  753.     font-size: 12px;
  754.     color: #000; 
  755.     }
  756.  
  757. #sectionhead {
  758.     font-weight: bold;
  759.     font-size: 14px;
  760.     color: #000; 
  761.     }
  762.  
  763. #sectionsubhead {
  764.     font-weight: bold;
  765.     font-size: 12px;
  766.     color: #000; 
  767.     }
  768.  
  769. #sectionheadorange {
  770.     font-weight: bold;
  771.     font-size: 14px;
  772.     color: #db3700; 
  773.     }
  774.  
  775. #resources {
  776.     margin-bottom: 3px;
  777.     font-weight: normal;
  778.     font-size: 10px; 
  779.     }
  780.  
  781. .membership_bullets {
  782.     color: #ffffff;
  783.     font-weight: normal;
  784.     font-size: 10px; 
  785.     }
  786.  
  787.  
  788. /* glossary page styles */
  789. #glossary_header { 
  790.     font-size: 12px;
  791.     font-weight: bold; 
  792.     }
  793.  
  794. #glossary_header_letter { 
  795.     font-size: 14px;
  796.     font-weight: bold; 
  797.     }
  798.  
  799.  
  800. /* form class, removes whitespace browsers use by default with forms */
  801. #form {
  802.     margin: 0;
  803.     }
  804.  
  805.  
  806. /* paragraph describing page located just below the black text page title */
  807. #paragraph_description {
  808.     font-size: 12px;
  809.     }
  810.  
  811.  
  812. /* rate this page feedback form styles */
  813. #feedback_• {
  814.     font-size: 10px;
  815.     color: #ffffff;
  816.     text-align: center;
  817.     }
  818.  
  819. #feedback_text {
  820.     font-size: 10px;
  821.     color: #000;
  822.     }
  823.  
  824. #radio_help {
  825.     text-align: center;
  826.     padding-top: 4px;
  827.     }
  828.  
  829. #radio_easy {
  830.     text-align: center;
  831.     padding-bottom: 4px;
  832.     }
  833.  
  834.  
  835. /* search results box styles */
  836. #results_cell_first { 
  837.     border-top: 1px #a2a6a9 solid;
  838.     border-left: 1px #a2a6a9 solid; 
  839.     }
  840.  
  841. #results_cell_title {
  842.     padding-top: 10px;
  843.     padding-bottom: 10px;
  844.     border-top: 1px #a2a6a9 solid;
  845.     padding-right: 6px;
  846.     font-size: 12px;
  847.     font-weight: bold;
  848.     vertical-align: top;
  849.     }
  850.  
  851. #results_cell_other {
  852.     padding-top: 10px;
  853.     padding-bottom: 10px;
  854.     border-top: 1px #a2a6a9 solid;
  855.     padding-left: 6px;
  856.     padding-right: 6px;
  857.     vertical-align: top;
  858.     }
  859.  
  860. #results_cell_date {
  861.     padding-top: 10px;
  862.     padding-bottom: 10px;
  863.     border-top: 1px #a2a6a9 solid;
  864.     padding-left: 4px;
  865.     vertical-align: top;
  866.     }
  867.  
  868. #results_cell_last {
  869.     border-top: 1px #a2a6a9 solid;
  870.     border-right: 1px #a2a6a9 solid;
  871.     }
  872.  
  873. .results_description { 
  874.     font-size: 10px;
  875.     font-weight: normal;
  876.     }
  877.  
  878.  
  879.  
  880. /* apple script (or any other reference library page) styles */
  881. #header { 
  882.     font-size: 12px;
  883.     font-weight: bold;
  884.     }
  885.  
  886. #link_header {
  887.     font-size: 10px;
  888.     font-weight: bold;
  889.     }
  890.  
  891. #blue_header {
  892.     font-size: 12px;
  893.     font-weight: bold;
  894.     color: #000099;
  895.     }
  896.  
  897. #td_left_line {
  898.     border: 1px #555555 left;
  899.     }
  900.  
  901.  
  902. /* co marketing styles */
  903. #icon_cell {
  904.     height: 93px;
  905.     text-align: center;
  906.     }
  907.  
  908. #detail_header {
  909.     text-align: middle;
  910.     background: #6d7f95;
  911.     color: #ffffff;
  912.     font-family: verdana;
  913.     font-weight: bold;
  914.     font-size: 10px;
  915.     }
  916.  
  917. #vendor_bullet {
  918.     color: #696969;
  919.     }
  920.  
  921. #comarket_paragraph {
  922.     color: #696969;
  923.     font-size: 12px;
  924.     }
  925.  
  926. #vendor_detail {
  927.     font-size: 12px;
  928.     }
  929.  
  930. #vendor_contact {
  931.     font-family: Verdana, Arial, Helvetica, sans-serif;
  932.     font-size: 10px;
  933.     }
  934.  
  935. #detail_heading {
  936.     font-weight: bold;
  937.     }
  938.  
  939. #detail_copy {
  940.     font-size: 12px;
  941.     }
  942.  
  943. #discount_box_header {
  944.     color: #ffffff;
  945.     font-weight: bold;
  946.     }
  947.  
  948. #discount_box_copy {
  949.     font-size: 12px;
  950.     }
  951.  
  952. #photo_table_copy {
  953.     color: #7d7d7d;
  954.     font-size: 10px;
  955.     }
  956.  
  957.  
  958.  
  959. /*narrative styles */
  960. #narrative_paragraph {
  961.     color: #696969;
  962.     font-size: 14px;
  963.     }
  964.  
  965. #narrative_header {
  966.     font-size: 13px;
  967.     font-weight: bold;
  968.     }
  969.  
  970. #narrative_content {
  971.     font-size: 12px;
  972.     vertical-align: top;
  973.     }
  974.  
  975. #pic_box_text {
  976.     color: #878787;
  977.     line-height: 11px;
  978.     font-size: 11px; 
  979.     }
  980.  
  981. #red_copy {
  982.     color: #7f0f0b;
  983.     padding-left: 15px;
  984.     }
  985.  
  986. #blue_copy {
  987.     color: #466c9b;
  988.     padding-left: 15px;
  989.     }
  990.  
  991. #green_copy {
  992.     color: #3b636f;
  993.     padding-left: 15px;
  994.     }
  995.  
  996. #purple_copy {
  997.     color: #665588;
  998.     padding-left: 15px;
  999.     }
  1000.  
  1001. #gray_copy {
  1002.     color: #787c7f;
  1003.     padding-left: 15px;
  1004.     }
  1005.  
  1006. #pager {
  1007.     color: #76797c;
  1008.     }
  1009.  
  1010.  
  1011.  
  1012. /* frameset: table of contents frame */
  1013. #toc_contents_text {
  1014.     font-size: 12px;
  1015.     color: #0000ff;
  1016.     }
  1017.  
  1018. #toc_contents_text_open {
  1019.     font-size: 12px;
  1020.     background: #ffffff;
  1021.     color: #0000ff;
  1022.     }
  1023.  
  1024. #low_level_text {
  1025.     font-size: 10px;
  1026.     color: #0000ff;
  1027.     }
  1028.  
  1029. #low_level_text_on {
  1030.     font-size: 10px;
  1031.     color: #0000ff;
  1032.     }
  1033.  
  1034. #top_level_open {
  1035.     background: #ffffff;
  1036.     }
  1037.  
  1038. #third_level {
  1039.     background: #ffffff;
  1040.     }
  1041.  
  1042. #toc_contents_title {
  1043.     font-size: 14px;
  1044.     color: #ffffff;
  1045.     font-weight: bold;
  1046.     }
  1047.  
  1048. #toc_contents_heading {
  1049.     font-size: 12px;
  1050.     font-weight: bold;
  1051.     }
  1052.  
  1053.  
  1054.  
  1055. /* frameset: content frame */
  1056. #content_text {
  1057.     font-size: 12px;
  1058.     font-weight: normal;
  1059.     }
  1060.  
  1061.  
  1062. /* frameset: page title */
  1063. #page_title {
  1064.     font-family: 'Myriad Apple', 'Myriad', Arial, Helvetica, 'Lucida Grande';
  1065.     font-size: 36px;
  1066.     font-weight: bold;
  1067.     color: #000;
  1068.     }
  1069.  
  1070.  
  1071. /* frameset: unordered list */
  1072. ul .content {
  1073.     font-size: 12px; 
  1074.     }
  1075.  
  1076.  
  1077. /* product line styles */
  1078. #product_line_list {
  1079.     font-size: 10px; 
  1080.     }
  1081.  
  1082. #product_line_bullet {
  1083.     font-size: 10px;
  1084.     vertical-align: top;
  1085.     color: #0000ff;
  1086.     }
  1087.  
  1088.  
  1089.  
  1090. /* technical note classes */
  1091. #important_note {
  1092.     background: #e2e2e2;
  1093.     border: 1px solid #cccccc;
  1094.     }
  1095. #page_contents {
  1096.     font-size: 12px; line-height: 20px; color: #0000ff;
  1097.     }
  1098.  
  1099. #tech_content {
  1100.     font-size: 12px;
  1101.     }
  1102.  
  1103. #tech_header {
  1104.     font-size: 14px;
  1105.     font-weight: bold;
  1106.     }
  1107.  
  1108. #tech_subhead {
  1109.     font-size: 12px;
  1110.     font-weight: bold;
  1111.     }
  1112.  
  1113. #tech_list {
  1114.     font-size: 12px;
  1115.     padding-bottom: 9px;
  1116.     }
  1117.  
  1118. #source_code_box {
  1119.     border: 1px solid #c7cfd5;
  1120.     background: #f1f5f9; 
  1121.     }
  1122.  
  1123. #source_code {
  1124.     font-family: monaco, courier, monospace;
  1125.     font-size: 10px;
  1126.     margin-bottom: 0;
  1127.     padding: 12px;
  1128.     }
  1129.  
  1130. #example_title {
  1131.     font-size: 10px;
  1132.     margin-bottom: 5px;
  1133.     color: #28333b;
  1134.     }
  1135.  
  1136. #example_table_header {
  1137.     font-weight: bold;
  1138.     background: #c7cfd5; 
  1139.     }
  1140.  
  1141. #example_table_cell {
  1142.     border: 1px #c7cfd5 solid;
  1143.     background: #f1f5f9;
  1144.     vertical-align: top;
  1145.     font-size: 12px;
  1146.     }
  1147.  
  1148. #download_cell_1 {
  1149.     background: #f6f6f6;
  1150.     font-size: 11px;
  1151.     padding-top: 2px;
  1152.     padding-bottom: 2px;
  1153.     padding-left: 2px;
  1154.     border-left: 1px solid #e6e6e6;
  1155.     border-top: 1px solid #e6e6e6;
  1156.     border-bottom: 1px solid #e6e6e6;
  1157.     }
  1158.  
  1159. #download_cell_2 {
  1160.     background: #f6f6f6;
  1161.     font-size: 10px;
  1162.     padding-top: 2px;
  1163.     padding-bottom: 2px; 
  1164.     border-top: 1px solid #e6e6e6;
  1165.     border-bottom: 1px solid #e6e6e6;
  1166.     }
  1167.  
  1168. #download_cell_3 {
  1169.     background: #f6f6f6;1
  1170.     font-size: 10px;
  1171.     padding-top: 2px;
  1172.     padding-bottom: 2px;
  1173.     padding-right: 2px;
  1174.     border-right: 1px solid #e6e6e6;
  1175.     border-top: 1px solid #e6e6e6;
  1176.     border-bottom: 1px solid #e6e6e6;
  1177.     }
  1178.  
  1179. #download_content {
  1180.     font-size: 12px;
  1181.     vertical-align: middle;
  1182.     }
  1183.  
  1184. #download_link {
  1185.     font-size: 10px;
  1186.     vertical-align: middle;
  1187.     }
  1188.  
  1189. #back_to_top {
  1190.     font-size: 10px; 
  1191.     }
  1192.  
  1193.  
  1194.  
  1195. /* membership overview styles */
  1196. #member_header {
  1197.     text-align: left;
  1198.     font-family: verdana;
  1199.     font-weight: bold;
  1200.     font-size: 10px;
  1201.     color: #ffffff; 
  1202.     }
  1203.  
  1204. #member_category {
  1205.     text-align: center;
  1206.     border-left: 1px #ffffff solid;
  1207.     font-family: Verdana, Arial, Helvetica, sans-serif;
  1208.     font-weight: bold;
  1209.     font-size: 10px;
  1210.     color: #ffffff;
  1211.     }
  1212.  
  1213. #white_row {
  1214.     background: #ffffff;
  1215.     }
  1216.  
  1217. #blue_row {
  1218.     background: #f0f5f9;
  1219.     }
  1220.  
  1221. #spacer_row {
  1222.     border-right: 1px solid #a2a6a9;
  1223.     border-left: 1px solid #a2a6a9;
  1224.     }
  1225.  
  1226. #left_border {
  1227.     border-left: 1px solid #a2a6a9;
  1228.     }
  1229.  
  1230. #right_border {
  1231.     border-right: 1px solid #a2a6a9;
  1232.     text-align: center;
  1233.     vertical-align: middle;
  1234.     }
  1235. #gray_line {
  1236.     border-right: 1px solid #a2a6a9;
  1237.     border-left: 1px solid #a2a6a9;
  1238.     background: #a2a6a9;
  1239.     }
  1240.  
  1241. #dot_cell {
  1242.     text-align: center;
  1243.     vertical-align: middle;
  1244.     }
  1245.  
  1246. #fine_print {
  1247.     vertical-align: top;
  1248.     font-size: 11px;
  1249.     color: #5f5f5f;
  1250.     }
  1251.  
  1252. #pricing {
  1253.     font-size: 12px;
  1254.     }
  1255.  
  1256.  
  1257.  
  1258.  
  1259. /* sample code classes */
  1260. #right_content {
  1261.     text-align: right;
  1262.     font-size: 12px;
  1263.     }
  1264.  
  1265. #sc_content {
  1266.     font-size: 12px;
  1267.     }
  1268.  
  1269.  
  1270. /* mac os x architecture diagram */
  1271. #archtext {
  1272.     font-size: 11px;
  1273.     color: #333;
  1274.     text-decoration: none;
  1275.     line-height: 15px;
  1276.     }
  1277.  
  1278. #topborder {
  1279.     border-top: 1px solid #999;
  1280.     }
  1281.  
  1282. #greylist {
  1283.     line-height: 16px;
  1284.     color: #333;
  1285.     margin-top: 12px;
  1286.     }
  1287.  
  1288. #archtitle {
  1289.     font-size: 12px;
  1290.     color: #000;
  1291.     text-decoration: none;
  1292.     font-weight: bold;
  1293.     }
  1294.  
  1295. #description {
  1296.     font-size: 11px;
  1297.     color: #333;
  1298.     text-decoration: none;
  1299.     line-height: 15px;
  1300.     }
  1301.  
  1302. .archtitle {
  1303.     font-size: 12px;
  1304.     color: #000;
  1305.     text-decoration: none;
  1306.     font-weight: bold;
  1307.     }
  1308.  
  1309.  
  1310.  
  1311. /* original apple css items (unused at this time) */
  1312. /* ---------------------------------------------- */
  1313.  
  1314. h1 {
  1315.     font-weight: bold; font-size: 18px; 
  1316.     }
  1317.  
  1318. #text {
  1319.     font-size: 10px;  line-height: 16px;
  1320.     }
  1321.  
  1322.  
  1323. #bodytext {
  1324.     font-size: 10px; 
  1325.     }
  1326. #bodytextlarge {
  1327.     font-size: 12px; 
  1328.     }
  1329. #bodytitle {
  1330.     font-weight: bold; font-size: 10px; 
  1331.     }
  1332. #bodytitlelarge2 {
  1333.     font-weight: bold; font-size: 12px; 
  1334.     }
  1335. #bodytitlelarge {
  1336.     font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
  1337.     }
  1338. #bodytitleextralarge {
  1339.     font-weight: bold; font-size: 14px; font-family: arial, helvetica, sans-serif
  1340.     }
  1341. #callout {
  1342.     font-weight: bold; font-size: 14px; color: #737373; 
  1343.     }
  1344. #calloutsubitem {
  1345.     font-size: 10px; color: #666666; 
  1346.     }
  1347. #resourcetitle {
  1348.     font-weight: bold; font-size: 10px; 
  1349.     }
  1350. #resourcetext {
  1351.     font-size: 10px; font-family: helvetica, geneva, arial, sans-serif
  1352.     }
  1353. #resourcehead {
  1354.     font-weight: bold; font-size: 11px; color: #808080; font-family: arial, helvetica, sans-serif
  1355.     }
  1356. #mkt {
  1357.     font-size: 12px; font-family: arial, helvetica, sans-serif
  1358.     }
  1359. #mkt2 {
  1360.     font-size: 14px; font-family: arial, helvetica, sans-serif
  1361.     }
  1362. #breadcrumb {
  1363.     font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
  1364.     }
  1365. #breadcrumblocation {
  1366.     font-weight: bold; font-size: 12px; color: #cc6600; font-family: arial, helvetica, sans-serif
  1367.     }
  1368. #menutitle {
  1369.     font-weight: bold; font-size: 12px; margin-left: 10px; font-family: arial, helvetica, sans-serif
  1370.     }
  1371. #menutext {
  1372.     font-size: 10px; margin-left: 10px; line-height: 14px; font-family: helvetica, geneva, arial, sans-serif
  1373.     }
  1374. #source {
  1375.     font-size: 9px; color: #666666; font-style: italic; font-family: helvetica, geneva, arial, sans-serif
  1376.     }
  1377.